Click or drag to resize

PhoneNumberCollectionGetEnumerator Method

Returns an IEnumerator that can iterate through the PhoneNumberCollection.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public IEnumerator GetEnumerator()

Return Value

Type: IEnumerator
An IEnumerator for the PhoneNumberCollection.

Implements

IEnumerableGetEnumerator
See Also